Flow Layout

The FlowLayout is one of the simplest layouts available in the Java AWT Toolkit. The layout is treated as one long row of components, which is wrapped around according to the size of the containing window. The Panel component's default layout is FlowLayout. To change the order of the components in the layout editor, click and hold your left mousebutton on a square and then move it on top of another component. Press the Button below for a FlowLayout example.